home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE2 / FASTERPC / DRIVE_C / FDOS / FDISKHLP.TXT < prev    next >
Text File  |  2001-12-24  |  6KB  |  159 lines

  1.  
  2.  
  3. FreeDOS FDISK                                                     Version 1.0
  4. Written By:  Brian E. Reifsnyder
  5.  
  6. Syntax:
  7.  
  8.   FDISK                   Runs FreeDOS FDISK in interactive mode.
  9.   FDISK /? [/NOPAUSE]     Displays this help information.
  10.  
  11. FreeDOS FDISK compatibility switches:
  12.  
  13.   FDISK /ACTOK
  14.   FDISK /CMBR <drive#>
  15.   FDISK /EXT:<size> <drive#> [{/LOG:<size>} | {/LOGO:<size>}]
  16.   FDISK /FPRMT
  17.   FDISK /MBR
  18.   FDISK /PRI:<size> <drive#>
  19.   FDISK /PRIO:<size> <drive#>
  20.   FDISK /Q
  21.   FDISK /STATUS
  22.   FDISK /X
  23.  
  24.  
  25. FreeDOS FDISK extended switches:
  26.  
  27. For partition table modification:
  28.   FDISK /AUTO [<drive#>]
  29.   FDISK /ACTIVATE:<partition#> [<drive#>]
  30.   FDISK /CLEAR [<drive#>]
  31.   FDISK /CLEARALL [<drive#>]
  32.   FDISK /DELETE {/PRI | /EXT | /LOG:<partition#>
  33.            | /NUM:<partition#>} [<drive#>]
  34.   FDISK /DEACTIVATE [<drive#>]
  35.   FDISK /EXT:<size>[,100] 
  36.            [ {/LOG:<size>[,100] [/SPEC:<type#>]} 
  37.            | {/LOGO:<size>[,100] [/SPEC:<type#>]} ] [<drive#>]
  38.   FDISK /LOG:<size>[,100] [/SPEC:<type#>] [<drive#>]
  39.   FDISK /LOGO:<size>[,100] [/SPEC:<type#>] [<drive#>] 
  40.   FDISK /MODIFY:<partition#>,<newtype#> [<drive#>]
  41.   FDISK /MOVE:<source_partition#>,<dest_partition#> [<drive#>]
  42.   FDISK /PRI:<size>[,100] [/SPEC:<type#>] [<drive#>] 
  43.   FDISK /PRIO:<size>[,100] [/SPEC:<type#>] [<drive#>] 
  44.   FDISK /SWAP:<first_partition#>,<second_partition#> [<drive#>]
  45.  
  46. For MBR modification:
  47.   FDISK /AMBR [<drive#>]
  48.   FDISK /MBR [<drive#>]
  49.   FDISK /RMBR [<drive#>]
  50.   FDISK /SMBR [<drive#>]
  51.  
  52. For handling flags on a hard disk:
  53.   FDISK /CLEARFLAG[{:<flag#>} | /ALL} ] [<drive#>]
  54.   FDISK /SETFLAG:<flag#>[,<flag_value>] [<drive#>]
  55.   FDISK /TESTFLAG:<flag#>[,<flag_value>] [<drive#>]
  56.  
  57. For obtaining information about the hard disk(s):
  58.   FDISK /DUMP
  59.   FDISK /INFO [/TECH] [<drive#>]
  60.  
  61. For rebooting the computer:
  62.   FDISK /REBOOT
  63.  
  64.  
  65.  
  66. FreeDOS FDISK interactive user interface switches:
  67.  
  68.   FDISK /MONO
  69.   FDISK /XO
  70.  
  71. Description of FreeDOS FDISK compatibility switches:
  72.  
  73.   /ACTOK   Normally skips integrity checking...kept for compatibility.
  74.   /CMBR    Writes the MBR to <drive#>.
  75.   /EXT     Creates an Extended DOS Partition of <size>MB on <drive#>.  /LOG
  76.              creates a logical drive of <size>MB.  /LOGO will force the
  77.              creation of a FAT16 logical drive of <size>MB.
  78.   /FPRMT   Prompts for FAT32/FAT16 in interactive mode.
  79.   /MBR     Writes the MBR to the first hard disk.
  80.   /PRI     Creates a partition of <size>MB on <drive#>.
  81.   /PRIO    Creates a FAT16 partition of <size>MB on <drive#>.
  82.   /Q       Keeps the system from rebooting after you exit FreeDOS FDISK.
  83.              (Note:  FreeDOS FDISK will not reboot after you exit unless
  84.              rebooting is enabled in the "fdisk.ini" file.)
  85.   /STATUS  Displays the current partition layout.
  86.   /X       Do not use LBA partitions.
  87.  
  88.  
  89.  
  90. Description of FreeDOS FDISK extended switches:
  91.  
  92. For partition table modification:
  93.   /AUTO    Automatically partitions the hard disk with FAT16 partitions.
  94.   /ACTIVATE
  95.            Sets <partition#> active.
  96.   /CLEAR   Erases the partition tables.  USE WITH CAUTION!
  97.   /CLEARALL
  98.            Erases the partition tables and MBR.  USE WITH CAUTION!
  99.   /DELETE  Deletes a partition.
  100.   /DEACTIVATE
  101.            Removes the active status from a partition on <drive#>.
  102.   /EXT     Same as /EXT above, except ",100" will indicate that <size>
  103.              is a percentage and "/SPEC" will specify the partition
  104.              <type#>.  /LOGO will force FreeDOS FDISK to not use FAT32
  105.              partitions.
  106.   /LOG     Same as /LOG above, except for the addition of extra
  107.              functionallity.  See /EXT, above, for more information.
  108.   /LOGO    Same as /LOGO above, except for the addition of extra
  109.              functionallity.
  110.   /MODIFY  Changes the partition type of <partition#> to <newtype#>.
  111.              Note:  The starting <partition#> for logical partitions
  112.                     is "5".
  113.   /MOVE    Moves the entry, in the primary partition table, from
  114.              <source_partition#> to <dest_partition#>.
  115.   /PRI     Same as /PRI above, except for the addition of extra
  116.              functionallity.  See /EXT, above, for more information.
  117.   /PRIO    Same as /PRIO above, except for the addition of extra
  118.              functionallity.  See /EXT, above, for more information.
  119.   /SWAP    Swaps the 2 partition entries, <first_partition#> and
  120.              <second_partition#).
  121.  
  122. For MBR modification:
  123.   /AMBR    Writes the MBR stored in the "boot.mbr" file.
  124.   /MBR     Writes the MBR to <drive#>.
  125.   /RMBR    Removes the MBR from <drive#>.
  126.   /SMBR    Saves the MBR, on <drive#>, into a "boot.mbr" file.
  127.  
  128. For handling flags on a hard disk:
  129.   /CLEARFLAG
  130.            Resets the <flag#> or all the flags on <drive#> to 0.
  131.   /SETFLAG
  132.            Sets <flag#> to 1 or <flag_value>, if specified.
  133.   /TESTFLAG:
  134.            Tests <flag#> for 1 or <flag_value>, if specified.
  135.  
  136. For obtaining information about the hard disk(s):
  137.   /DUMP    Dumps all partition information from all hard disks.  This
  138.              function is mainly used for debugging by redirecting the
  139.              output to a file.
  140.   /INFO    Displays partition information from <drive#>
  141.  
  142. For rebooting the computer:
  143.   /REBOOT  Forces a reboot.
  144.  
  145. Interactive user interface switches:
  146.   /MONO    Forces the user interface to run in monochrome mode.
  147.   /XO      Enables extended options.
  148.  
  149.  
  150.  
  151.  
  152. This program is Copyright 1998 - 2001, by Brian E. Reifsnyder, under
  153. the terms of the GNU General Public License, version 2.
  154.  
  155. This program comes as-is and without warranty of any kind.  The author of
  156. this software assumes no responsibility pertaining to the use or mis-use of
  157. this software.  By using this software, the operator is understood to be
  158. agreeing to the terms of the above.
  159.